home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / sipp / srgp / src / srgp_err.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-31  |  1.7 KB  |  35 lines

  1. #define ERR_CANVAS_TABLE_FULL                    1
  2. #define ERR_DELETION_OF_SCREEN                   2
  3. #define ERR_DELETION_OF_ACTIVE_CANVAS            3
  4. #define ERR_ALREADY_ENABLED                      4
  5. #define ERR_NOT_ENABLED                          5
  6. #define ERR_BAD_RECT                             6
  7. #define ERR_BAD_FONT_INDEX                       7
  8. #define ERR_UNKNOWN_FONT                         8
  9. #define ERR_BAD_POLY_ITEM_COUNT                  9
  10. #define ERR_BAD_LINE_STYLE                      10
  11. #define ERR_BAD_MARKER_STYLE                    11
  12. #define ERR_BAD_WRITE_MODE                      12
  13. #define ERR_BAD_PIXEL_VALUE                     13
  14. #define ERR_BAD_FILL_STYLE                      14
  15. #define ERR_BAD_PATTERN_ID                      15
  16. #define ERR_BAD_CURSOR_ID                       16
  17. #define ERR_CANVAS_NOT_OPEN                     17
  18. #define ERR_BAD_DEVICE                          18
  19. #define ERR_BAD_MODE                            19
  20. #define ERR_BAD_GET                             20
  21. #define ERR_QUEUE_FULL                          21
  22. #define ERR_BAD_LOC_ECHO_TYPE                   22
  23. #define ERR_BAD_KEY_PROCESSING_MODE             23
  24. #define ERR_POINTLIST_SIZE                      24
  25. #define ERR_BAD_FONT_FILENAME                   25
  26. #define ERR_MALLOC                              26
  27. #define ERR_NOT_IMPLEMENTED_YET                 27
  28. #define ERR_X_SERVER                            28
  29. #define ERR_BAD_LINE_WIDTH                      29
  30. #define ERR_BAD_PATTERN_TABLE_ENTRY             30
  31. #define ERR_BAD_MARKER_SIZE                     31
  32. #define ERR_PATTERN_ALLOCATION                  32
  33. #define ERR_BAD_COLOR_NAME                      33
  34. #define ERR_MAC_MISSING_RSRCS                   34
  35.